home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_bas / mdbguru.zip / BROWSE.CTR next >
INI File  |  1995-02-24  |  789b  |  43 lines

  1. [Label]
  2. Class           = Label
  3. Properties      = labels.pro
  4. Code            =
  5. Prefix          = lbl
  6.  
  7. [Text]
  8. Class = TextBox
  9. Code            = dtxtbox.cod
  10. Properties      = dtxtbox.pro
  11. Prefix          = ctr
  12.  
  13. [TextRight]
  14. Class = TextBox
  15. Code            = dtxtbox.cod
  16. Properties      = dtxtboxr.pro
  17. Prefix          = ctr
  18.  
  19. [TextMulti]
  20. Class = TextBox
  21. Code            = dtxtbox.cod
  22. Properties      = dtxtboxm.pro
  23. Prefix          = ctr
  24.  
  25. [Date]
  26. Class = DateEdit
  27. Code            = dateedit.cod
  28. Properties      = dateedit.pro
  29. Prefix          = dte
  30.  
  31. [Image]
  32. Class = Image
  33. Code            = dimage.cod
  34. Properties      = dimage.pro
  35. Prefix          = img
  36.  
  37. [CheckBox]
  38. Class = CheckBox
  39. Code            = dcb.cod
  40. Properties      = dcb.pro
  41. Prefix          = chk
  42.  
  43.